regexp/syntax.compiler.empty (method)

7 uses

	regexp/syntax (current package)
		compile.go#L116: 		return c.empty(EmptyBeginLine)
		compile.go#L118: 		return c.empty(EmptyEndLine)
		compile.go#L120: 		return c.empty(EmptyBeginText)
		compile.go#L122: 		return c.empty(EmptyEndText)
		compile.go#L124: 		return c.empty(EmptyWordBoundary)
		compile.go#L126: 		return c.empty(EmptyNoWordBoundary)
		compile.go#L265: func (c *compiler) empty(op EmptyOp) frag {